home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / kutil13.zip / WIPE.TXT < prev   
Text File  |  1995-12-06  |  2KB  |  70 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.  
  4.               Copyright (c) 1994-95 by Rob McDonell, ARK ANGLES
  5.                              All Rights Reserved
  6.  
  7.  
  8.                             WIPE - Wipe File 1.3
  9.  
  10.  
  11. This utility erases one or more files and completely wipes over the
  12. data on the disk so that the files cannot be recovered.  Even if the files
  13. are undeleted or otherwise reconstructed, all the information in them will
  14. have been overwritten.  Apart from preventing any form of data recovery,
  15. this program works just like the ERASE or DEL commands.
  16.  
  17.  
  18. USAGE:
  19.  
  20.   WIPE [dirname]filenames [options]
  21.  
  22. where:  dirname      is a partial or fully qualified directory name
  23.  
  24.         filenames    is the file to be wiped, wildcards are accepted to
  25.                      specify multiple files
  26.  
  27.         options      is any of the following:
  28.  
  29.           /P         pause to ask before wiping any files (default)
  30.           /P         yes, go ahead and wipe without asking
  31.         
  32.  
  33. EXAMPLES:
  34.  
  35.   WIPE MYFILE.TXT                will overwrite and erase MYFILE.TXT from the
  36.                                  current directory
  37.  
  38.   WIPE *.TXT                     will overwrite and erase all .TXT files from
  39.                                  the current directory
  40.  
  41.   WIPE \DIR1                     will overwrite and erase all files in the
  42.                                  \DIR1 directory on the current drive
  43.  
  44.   WIPE MYFILE.TXT /Y             will overwrite and erase MYFILE.TXT without
  45.                                  asking for confirmation
  46.  
  47. Use this command with caution, as there is no way to get back any data from
  48. files that have been WIPEd.  The program will always ask for confirmation
  49. before wiping any files to make sure no mistake has been made.
  50.  
  51. Run WIPE with no parameters or "?" or "/?" to display simple help and
  52. registration information.
  53.  
  54.  
  55. REGISTRATION:
  56.  
  57. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  58. using it after the 60 day trial period you must register, which costs only
  59. A$15 per utility or A$29, US$24, £15, Dm40, ¥2400 for the whole collection.
  60.  
  61. Author:     Rob McDonell
  62.             ARK ANGLES
  63.             P O Box 190 (61 Oaklands Rd)
  64.             Hazelbrook  NSW  2779
  65.             AUSTRALIA
  66. Phone:      Intl+61-47-588100
  67. Fax:        Intl+61-47-588638
  68. Compuserve: 100237,141
  69. Internet:   100237.141@compuserve.com
  70.